MySetTitle
Sets the title bar text for the frame. This is how you would define your title bar function if you were to name itMySetTitle
:
void MySetTitle (JMFrameRef frame, const JMTextRef title);
frame
- The frame that contains the title bar to be set or changed.
title
- The title to display, as a text object.
DISCUSSION
When creating a frame you must designate a callback function to set or modify the title bar associated with it.